home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Expansion.txt < prev    next >
Text File  |  1992-09-02  |  712b  |  29 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Expansion.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'expansion.library', expansionbase         /* informal notation */
  6.   AddConfigDev(A0)
  7.   AddBootNode(D0,D1,A0,A1)
  8.   AllocBoardMem(D0)
  9.   AllocConfigDev()
  10.   AllocExpansionMem(D0,D1)
  11.   ConfigBoard(A0,A1)
  12.   ConfigChain(A0)
  13.   FindConfigDev(A0,D0,D1)
  14.   FreeBoardMem(D0,D1)
  15.   FreeConfigDev(A0)
  16.   FreeExpansionMem(D0,D1)
  17.   ReadExpansionByte(A0,D0)
  18.   ReadExpansionRom(A0,A1)
  19.   RemConfigDev(A0)
  20.   WriteExpansionByte(A0,D0,D1)
  21.   ObtainConfigBinding()
  22.   ReleaseConfigBinding()
  23.   SetCurrentBinding(A0,D0)
  24.   GetCurrentBinding(A0,D0)
  25.   MakeDosNode(A0)
  26.   AddDosNode(D0,D1,A0)
  27. ENDLIBRARY
  28.  
  29.